Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-226418 | GEN000000-SOL00270 | SV-226418r603265_rule | Medium |
Description |
---|
File system ACLs can provide access to files beyond what is allowed by the mode numbers of the files. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-28579r482615_chk ) |
---|
Check the permissions of the file. # ls -lLd /usr/aset/userlist If the permissions of the file or directory contains a "+", an extended ACL is present, this is a finding. |
Fix Text (F-28567r482616_fix) |
---|
Remove the extended ACL from the file. # chmod A- /usr/aset/userlist |